projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ebafe
)
* which-key.el (which-key--show-evil-operator-keymap): let not let*
author
Jeremy Bryant
<jb@jeremybryant.net>
Wed, 3 Apr 2024 20:16:03 +0000
(21:16 +0100)
committer
Justin Burkett
<justin@burkett.cc>
Tue, 9 Apr 2024 17:52:09 +0000
(13:52 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 8837eefd43cb666ece1b0514a3c1cf7020b2344c..57825ca0e50c6af1051780327ecaf7f3984f8dd8 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-2671,7
+2671,7
@@
KEYMAP is selected interactively by mode in
formatted-keys
nil "evil operator/motion keys"))
(which-key--show-page)))))
- (let
*
((key (read-key)))
+ (let ((key (read-key)))
(when (member key '(?f ?F ?t ?T ?`))
;; these keys trigger commands that read the next char manually
(setq which-key--inhibit-next-operator-popup t))